#terms {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  text-align: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #terms li:not(.no-result) {
    margin: 1em 1em;
    min-width: 280px;
    font-size: .8em;
    transition: all 0.56s ease;
    position: relative; }
    #terms li:not(.no-result) ul li {
      border-radius: none;
      background-color: transparent; }
  #terms span.term-caption:before {
    content: '\f02b';
    font-family: "FontAwesome";
    vertical-align: middle;
    margin-right: .51em;
    color: white; }
  #terms span.term-caption {
    display: block;
    padding: 8px 0;
    color: white;
    font-weight: bold; }
  #terms span.term-url:before {
    content: "\f0c1";
    font-family: "FontAwesome";
    vertical-align: middle;
    margin-right: .51em;
    color: white; }
  #terms span.term-url {
    color: orange;
    margin-top: 1em;
    font-style: italic;
    display: block;
    vertical-align: middle;
    font-size: smaller; }
